home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / ee_030.arc / SAMPLE.CFG < prev    next >
Text File  |  1991-07-04  |  9KB  |  346 lines

  1. ;  Special thanks to David French of 103/950 for cleaning up my dirty work.
  2. ;  
  3. ;
  4. ;  EE.CFG Sample File.  Edit Drive & Path Information for your system.
  5. ;
  6. ;--------------
  7. ;
  8. ;  The DEBUG_ON verb turns Debugging information on, allowing you to
  9. ;  watch the .CFG file as it's compiled, to aid in searching for
  10. ;  problem areas in your .CFG file.
  11. ;
  12. Debug_Off
  13. ;
  14. ;  Valid Keywords:  Debug_On    Troubleshooting Mode
  15. ;                   Debug_Off   Turns off Debug Information
  16. ;
  17. ;--------------
  18. ;
  19. ;  The EXT_TOSSER verb causes EERA to not create it's Dupe file Indexes.
  20. ;
  21. Ext_Tosser
  22. ;
  23. ;  Comment this line out if you use EchoMail Engine's Internal Tosser.
  24. ;
  25. ;--------------
  26. ;
  27. ;  Sysop name
  28. ;
  29. Sysop Joe Jared
  30. ;
  31. ;--------------
  32. ;
  33. ;  Your FidoNet Technology Addresses (Max Limit 30)
  34. ;
  35. Address 1:103/200.0
  36. Address 1:103/202.0
  37. Address 1:103/203.0
  38. Address 144:145/1
  39. ;
  40. ;  NOTE: Multiple addresses will do nothing more than add the number into
  41. ;        the SEEN-BY's.  The first address of each respective zone is
  42. ;        always used in sending, but mail to other AKA's will be accepted.
  43. ;
  44. ;--------------
  45. ;
  46. ;  Your Fakenet address for mail addressed to points
  47. ;
  48. Pointnet 10200
  49. ;
  50. ;--------------
  51. ;
  52. ;  Directory where your Hudson type message base is located
  53. ;
  54. RA_Msg_Dir d:\directory
  55. ;
  56. ;--------------
  57. ;
  58. ;  The Board number where your netmail is imported to/exported from
  59. ;
  60. NetMail_Bd 14
  61. ;
  62. ;--------------
  63. ;
  64. ;  Your NetMail Directory
  65. ;
  66. NetMail         d:\path\netmail
  67. ;
  68. ;--------------
  69. ;
  70. ;  Standard inbound directories used in Binkley
  71. ;  *** FrontDoor/D'Bridge systems use only Netfile! ***
  72. ;
  73. Netfile         d:\path\directory
  74. KnownFile       d:\path1\directory1
  75. SecureFile      d:\path2\directory2
  76. ;
  77. ;--------------
  78. ;
  79. ;  Path & file name for EERA Logfile
  80. ;
  81. Status_Log d:\path\EE.LOG
  82. ;
  83. ;--------------
  84. ;
  85. ;  Not yet implemented
  86. ;
  87. ; LogLevel 65535
  88. ;
  89. ;--------------
  90. ;
  91. ;  This line is used to determine whether or not EE should place
  92. ;  an outbound packet in a properly pathed directory or the
  93. ;  Bad_Zone Directory(See Below). (Range 0-4095)
  94. ;
  95. Defined_Zones 1 2 3 4 5 6 8
  96. ;
  97. ;  See ENGINE.DOC for more information
  98. ;
  99. ;--------------
  100. ;
  101. ;  This line defines the directory where mail generated to other zones
  102. ;  that do not have a defined holding directory. (See Above).
  103. ;
  104. Bad_Zone d:\path\directory
  105. ;
  106. ;--------------
  107. ;
  108. ;  Your primary outbound mail directory
  109. ;
  110. Outbound        J:\Line1\out1
  111. ;
  112. ;  NOTE: This directory does not use flags
  113. ;
  114. ;--------------
  115. ;
  116. ;  Directory where EchoMail Engine's Dupe file indexes are stored
  117. ;
  118. DupeFile_path    j:\line1
  119. ;
  120. ;--------------
  121. ;
  122. ;  Directory where dupe messages are stored.
  123. ;
  124. Dupes           f:\Line1\mail1
  125. ;
  126. ;  Comment out if you don't want to save dupes.
  127. ;
  128. ;--------------
  129. ;
  130. ;  This line sets the maximum size (in bytes) a mail archive is allowed
  131. ;  to reach before creating a new mailbag for that address
  132. ;
  133. Max_ArcSize 200000
  134. ;
  135. ;--------------
  136. ;
  137. ;  Not yet implemented
  138. ;
  139. ; Min_Out_Toss 5000000
  140. ;
  141. ;--------------
  142. ;
  143. ;  This line defines the minimum free space required in operating
  144. ;  operating directory to unpack a compressed mailbag.
  145. ;
  146. Min_Cur_Unpack 10000000
  147. ;
  148. ;--------------
  149. ;
  150. ;  Maximum size of packets (in bytes) that will be processed in a single
  151. ;  pass of your tosser.
  152. ;
  153. Max_Pkt_Toss 300000
  154. ;
  155. ;--------------
  156. ;
  157. ;  Not yet implemented
  158. ;
  159. ; Max_Packets 10000000 12
  160. ;
  161. ;--------------
  162. ;
  163. ;  This line defines the type of Front End mailer you are using.
  164. ;  Dbridge systems should be able to use Mailer 10 with little difficulty.
  165. ;
  166. Mailer 0 Binkley
  167. ; Mailer 10 FrontDoor 1.99c
  168. ; Mailer 11 FrontDoor 2.xx?  <Reserved for compatibility issues>
  169. ;
  170. ;  Anything other than 0 or 10 will default to Binkley.
  171. ;  Default design is for Binkley & oMMM environments.
  172. ;
  173. ;-------------------------
  174. ;*** External programs ***
  175. ;-------------------------
  176. ;
  177. ;  External archive sizing program
  178. ;  Note:  Internal archive sizing is implemented, but only in a generic
  179. ;         fashion.
  180. ; Sizer_Cmd    Sizemail.exe
  181. ;
  182. ;--------------
  183. ;
  184. ;  This line defines an external Archive Unpacker
  185. ;
  186. ; Unpacker_Cmd Spaz.Com -d %N *.PKT
  187. ;
  188. ;  Comment this line to use EchoMail Engine's internal Unpackers. (See Below)
  189. ;
  190. ;--------------
  191. ;
  192. ;  EchoMail Engine Internal Packers.
  193. ;  The first 5 definitions implement a direct call to the decompressor
  194. ;  in the interest of speed.
  195. ARC_Unpack   d:\path\PKUnPak.EXE %N *.PKT %D
  196. ARJ_Unpack   d:\path\ARJ.EXE e %N *.PKT %D
  197. PAK_Unpack   d:\path\PAK.EXE E %N *.pkt %D
  198. LHA_Unpack   d:\path\LHA.EXE %N *.PKT %D
  199. ZIP_Unpack   d:\path\PKUnZip.exe %N *.PKT %D
  200. ;
  201. ;ZIP_Unpack Pkunzip %N *.PKT
  202. ;
  203. ;--------------
  204. ;
  205. ;  This line defines the external scanner to use with EchoMail Engine.
  206. ;  
  207. Scanner_Cmd  QM.EXE Scan -z
  208. ; Scanner_Cmd  QECHO.EXE -E -P -Z
  209. ; Scanner_Cmd  IMAIL.EXE SCAN
  210. ;
  211. ;  NOTE: Must be in the current directory to operate!
  212. ;
  213. ;--------------
  214. ;
  215. ;  This line defines the External tosser to use with EchoMail Engine
  216. ;
  217. Tosser_Cmd  QM.Exe Toss scan -q -z
  218. ; Tosser_Cmd  Qecho.Exe -t -u -p -k -z
  219. ; Tosser_Cmd  Imail.Exe Toss
  220. ;
  221. ;  Qecho in oMMM bundling environment recommended if used...
  222. ;
  223. ;--------------
  224. ;
  225. ;  For Multinode systems only.  See ENGINE.DOC for details.
  226. ;
  227. ; Mover_CMD           EEMover.EXE
  228. ;
  229. ;--------------
  230. ;
  231. ;  This statement is called to pack up all outbound mailbags to archived
  232. ;  format.
  233. ;
  234. OutPacker_CMD       EEPacker.EXE
  235. ;
  236. ;  NOTE: What ever program you use should also create the approprite
  237. ;        attach format.
  238. ;
  239. ;--------------
  240. ;
  241. ;  For Binkley & oMMM type environments only.
  242. ;
  243. ; NetPacker_CMD QM.EXE Pack
  244. ;
  245. ;--------------
  246. ;
  247. ;  For hubs and *EC systems, to check netmail prior to sending
  248. ;
  249. ; MsgTrack_CMD        MT.EXE
  250. ;
  251. ;--------------
  252. ;
  253. ;  Will internally call Areafix in -Smart Mode-
  254. ;
  255. ; Areafix_Cmd         Areafix.exe EC
  256. ;
  257. ;--------------
  258. ;
  259. ;  These are Predefined packers and must be defined before defining nodes.
  260. ;  Valid parameters: 
  261. ;                     %N = Fully Qualified archive name to be sent
  262. ;                     %P is the packet name after renaming it to FTS
  263. ;                        packet name.
  264. ;                     %D = Direct call to packer - Faster!
  265. ;
  266. Pack ARC d:\path\PKPak.Exe -oct -m %N %P %D
  267. Pack LHA d:\path\LHA.Exe m /x /m %N %P %D
  268. Pack PAK d:\path\PAK.Exe M %N %P %D
  269. Pack Zip d:\path\PkZip.Exe -ex -a -m %N %P %D
  270. ;
  271. ;  NOTE!  The default packer is the first listed packer!
  272. ;         Please do not be annoying with this feature, and make
  273. ;         Old Compression Technique your first listed packer.
  274. ;
  275. ;-------------
  276. ;
  277. ;  AreasFile EchoMail Parsing Information. See ENGINE.DOC for information
  278. ;
  279. AreasFile d:\path\AREAS.BBS
  280. ;
  281. ;--------------
  282. ;
  283. ;  Not yet implemented
  284. ;
  285. ; Route_FLO_Files
  286. ;
  287. ;--------------
  288. ;
  289. ;  Message base type
  290. ;
  291. Message_Type RA
  292. ;
  293. ;  NOTE: The Hudson Message format is the only format currently recogonized.
  294. ;
  295. ;--------------
  296. ;
  297. ;  For multinode systems.  See ENGINE.DOC for implementation details.
  298. ;
  299. Pack MOVER d:\line2\out2 %M
  300. ; Pack Mvr2 d:\combined\out3 %M
  301. ;
  302. ;-----------------------------
  303. ; *** Node Address Entries ***
  304. ;-----------------------------
  305. ;
  306. ;  Syntax:
  307. ;  @  ADDRESS  FLAVOR  COMPRESSOR  Optional_Flags
  308. ;  Optional Flags:
  309. ;  %O - Use old ARCmail extension for this node. <Opus 1.03 & prior>
  310. ;  %E - Extend the ARCmail extension to include all the letters in the
  311. ;       alphabet (Excluding T).
  312. ;
  313. ;  See ENGINE.DOC for information
  314. ;
  315. @ 1:103/200 Crash ZIP %E
  316. @ 1:209/209 Direct PAK %O
  317. @ 1:103/950 Normal ARC %E
  318. @ 1:13/13 Normal LHA
  319. @ 1:143/302 Hold Mover
  320. ;
  321. ;  Note:  ALL nodes MUST be defined to avoid Warning messages.  Any undefined
  322. ;         Node in your areasfile will NOT receive echomail until you do.
  323. ;         in the released version of the parser portion of Echomail Engine.
  324. ;
  325. ;---------------------------
  326. ; *** Routing Statements ***
  327. ;---------------------------
  328. ;
  329. ;  Syntax for Route Statement
  330. ;  Route  Flavor  Hub_Address  Addresses
  331. ;
  332. ;  Predefined nodes will used the defined compressor, all others
  333. ;  will use default old compression technique.
  334. ;
  335. Route Direct 1:125/41 8:914/all 1:125/all 1:914/all
  336. Route Crash 1:103/158 158 69:all
  337. Route HOLD  1:3807/1 380/5
  338. Route Direct 1:109/25 109/all
  339. Route Crash 1:103/210 10200/2
  340. ;
  341. ;   Note:  This routing section is of sequencial design.
  342. ;          Refer to Engine.Doc for the details of routing.
  343. ;---------------------------------------------------------------------
  344. ;        **** Rename this file to EE.CFG if you use it ****
  345. ;---------------------------------------------------------------------
  346.